home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
View.dxr
/
00009_Sound Handlers.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-12-16
|
298 b
|
20 lines
on keepLittleSounds
set vList to ["mouseDown.aif"]
repeat with vSound in vList
set the purgePriority of member vSound to 1
end repeat
end
on stopSounds
sound stop 1
sound stop 2
puppetSound(0)
updateStage()
end
on stopSound2
if soundBusy(2) then
sound stop 2
end if
end